Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ListEx<TItem,TItemInterface> Class / InsertRange Method

In This Topic
    InsertRange Method (ListEx<TItem,TItemInterface>)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub InsertRange( _
       ByVal index As System.Integer, _
       ByVal collection As System.Collections.Generic.IEnumerable(Of TItem) _
    ) 
    public void InsertRange( 
       System.int index,
       System.Collections.Generic.IEnumerable<TItem> collection
    )

    Parameters

    index
    collection
    See Also